type flag.textValue
6 uses
flag (current package)
flag.go#L299: type textValue struct{ p encoding.TextUnmarshaler }
flag.go#L301: func newTextValue(val encoding.TextMarshaler, p encoding.TextUnmarshaler) textValue {
flag.go#L314: return textValue{p}
flag.go#L317: func (v textValue) Set(s string) error {
flag.go#L321: func (v textValue) Get() interface{} {
flag.go#L325: func (v textValue) String() string {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |